github.com/gotd/td/mtproxy/faketls.record.Data (field)
8 uses
github.com/gotd/td/mtproxy/faketls (current package)
faketls.go#L64: Data: []byte("\x01"),
faketls.go#L74: Data: b,
faketls.go#L106: o.readBuf.Write(rec.Data)
record.go#L19: Data []byte
record.go#L46: rec.Data = make([]byte, length)
record.go#L47: if _, err := io.ReadFull(r, rec.Data); err != nil {
record.go#L64: binary.BigEndian.PutUint16(buf[:2], uint16(len(r.Data)))
record.go#L69: n, err := w.Write(r.Data)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |